-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIEW: import #13361
base: main
Are you sure you want to change the base?
VIEW: import #13361
Conversation
jepett0
commented
Jan 14, 2025
- Export for views
- Export style fixes
- VIEW: import
- YDB CLI addition of views to the export
- Enable view import in YDB CLI
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
ui64 ExportId; | ||
ui32 ItemIdx; | ||
bool Success; | ||
TString Error; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А тут почему не const
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
никак не выберу на какой стул сесть:
- везде, где можно писать const и получить, пожалуй, слишком визуально перегруженный и к тому же сильно отличающийся по стилю от типичного для YDB код
- писать без const, когда value, а const добавлять только для ссылок, потому что для них эта разница действительно важна
В этом месте добавлю const, а то от соседей отличается
452f858
to
6c9d712
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit e0f619d.
+ additional code simplification and readability improvements
6c9d712
to
369523f
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |